home *** CD-ROM | disk | FTP | other *** search
/ Preschool Edutainment / Pre School Edutainment.iso / pbgprob.txt < prev    next >
Text File  |  1994-11-04  |  3KB  |  73 lines

  1. ^C^BCommon System Problems^b^c
  2. ^C(c)1994 Terry E. Mercer^c
  3.  
  4. *** NOTE: Many of the programs on this CD Rom Disc,
  5.       "PreSchool Edutainment" by MicroMedia Pub.
  6.       will NOT allow you to EXIT once started!
  7.  
  8.       This was done ON PURPOSE by the programmer!
  9.  
  10.       Because these programs are setup for children
  11.       many programmers have designed their software
  12.       to NOT exit, or requiring special "codes" listed
  13.       in their program documentation. Other programs
  14.       were designed to run until the computer was
  15.       powered off. This is BY DESIGN, not a mistake!
  16.  
  17.       Would you want your 6 month old accidently
  18.       zapping your data? NO, so we take precautions.
  19.  
  20.  
  21. There are a number of problems which can, and often do,
  22. occur when trying to run DOS computer games.
  23.  
  24. The most common problem is not enough conventional RAM
  25. memory. That is the memory which your DOS based computer
  26. runs which is limited to 640K (no matter how much memory
  27. you have on your system). Using memory managers and time,
  28. it is both possible (and usually easy) to do some basic
  29. changes to enhance your systems ability to recognize
  30. more of its memory. The following commands should be in
  31. your CONFIG.SYS file:
  32.  
  33. ^TDEVICE=C:\DOS\HIMEM.SYS
  34. ^TDOS=HIGH,UMB
  35. ^TDEVICE=C:\DOS\EMM386.EXE M9 2048 RAM
  36.  
  37. The first two lines tell your computer to use the high
  38. memory... the memory BETWEEN the 640K barrier and the
  39. 1024K (first megabyte) which normally is un-used and sits
  40. idle. The third line loads a memory manager (supplied with
  41. your DOS and Windows). On some systems the M9 switch will
  42. need to be removed, but on most systems it will give you
  43. an additional 64K (one page frame, for the techies) block
  44. of upper memory. The 2048 RAM section tells the computer
  45. to set up 2 Megs of EMS memory (which many DOS programs
  46. can access and use).
  47.  
  48. If you type MEM /C at the DOS prompt (C:\>) your memory
  49. usage will be displayed. Check you memory BEFORE and AFTER
  50. you make changes. Pay attention to the line (toward the
  51. bottom) that says, "Largest Exectutable Program Size."
  52. The number in the parens (XXXK) is the answer. With some
  53. programs that number will have to be as much as 605K!
  54.  
  55. There are a number of things you can try. But, unless you
  56. are comfortable editting system files,  have a computer
  57. technician set up a Multi-Config (different ways your computer
  58. can start up, depending on what you want it to do). This person
  59. will also be able to (if they are good) optimize your system 
  60. for you, both memory & data. Have them check for fragments, and
  61. things which would speed up your system. This is generally the 
  62. least stressful and smartest move. If you want to try this task
  63. on your own, use the following resources:
  64.  
  65. ^CDan Gookin's  DOS for Dummies^c
  66. ^CYour DOS manual^c
  67. ^CTry typing HELP MEM at the DOS prompt^c
  68.     
  69. If all else fails, invest in a good tech to solve your problems for you!
  70.  
  71. ^CEnjoy these Games...^c
  72. ^CThey are some of the best ever created...^c
  73.